Jose Montero
April 27th, 2018
In this practice, we will create a web page using R Markdown that features some interactive graphs using plotly package.
Specifically, it will loaded the Wage data from ISLR package and create some interactive graphs with plot_ly.
library(plotly)
library(ISLR)
data(Wage)